Resource StructureDefinition/FHIR Server from package kbv.basis.ressources.only#1.7.0 (46 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "KBV-PR-Base-PractitionerRole",
"url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_PractitionerRole",
"version" : "1.7.0",
"name" : "KBV_PR_Base_PractitionerRole",
"status" : "active",
"date" : "2024-10-24",
"description" : "Dieses Profil bildet eine temporäre Rolle einer behandelnden Person in Bezug zu einer Einrichtung ab.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "PractitionerRole",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "PractitionerRole",
"path" : "PractitionerRole",
"definition" : "Hier wird eine temporäre Rolle einer behandelnden Person in Bezug zu einer Einrichtung beschrieben."
},
{
"id" : "PractitionerRole.practitioner",
"path" : "PractitionerRole.practitioner",
"definition" : "In diesem Element wird eine Referenz auf eine behandelnde Person gemacht, welche in der Lage ist, die definierten Dienstleistungen für die Organisation zu erbringen.",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner|1.7.0",
"http://hl7.org/fhir/StructureDefinition/Practitioner"
]
}
]
},
{
"id" : "PractitionerRole.organization",
"path" : "PractitionerRole.organization",
"definition" : "In diesem Element wird eine Referenz auf die Einrichtung/Organisationseinheit gemacht, in der die behandelnde Person die entsprechenden Funktionen ausübt.",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization|1.7.0",
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
]
},
{
"id" : "PractitionerRole.code",
"path" : "PractitionerRole.code",
"definition" : "In diesem Element werden Angaben zur Rolle bzw. zur Position in der Hierarchie der behandelnden Person in Bezug auf die Einrichtung gemacht. Diese werden als codierte Information und/oder als Freitext angegeben."
},
{
"id" : "PractitionerRole.code.coding",
"path" : "PractitionerRole.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird ein Code aus einem geeigneten Code-System angegeben."
},
{
"id" : "PractitionerRole.code.coding:RolleDerEinrichtung",
"path" : "PractitionerRole.code.coding",
"sliceName" : "RolleDerEinrichtung",
"definition" : "Hier wird die Rolle in Bezug auf die Einrichtung anhand einer vorgegebenen Werteliste angegeben.",
"min" : 0,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Role_Care"
}
},
{
"id" : "PractitionerRole.code.coding:RolleDerEinrichtung.system",
"path" : "PractitionerRole.code.coding.system",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding:RolleDerEinrichtung.version",
"path" : "PractitionerRole.code.coding.version",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding:RolleDerEinrichtung.code",
"path" : "PractitionerRole.code.coding.code",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding:RolleDerEinrichtung.display",
"path" : "PractitionerRole.code.coding.display",
"min" : 1
},
{
"id" : "PractitionerRole.code.text",
"path" : "PractitionerRole.code.text",
"definition" : "Hier wird ein Freitext eingetragen."
},
{
"id" : "PractitionerRole.specialty",
"path" : "PractitionerRole.specialty",
"definition" : "In diesem Element werden Angaben zur medizinische Fachrichtung, die die behandelnde Person in der Einrichtung ausübt, gemacht. Diese werden als codierte Information und/oder als Freitext angegeben."
},
{
"id" : "PractitionerRole.specialty.coding",
"path" : "PractitionerRole.specialty.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird ein Code aus einem geeigneten Code-System angegeben."
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe",
"path" : "PractitionerRole.specialty.coding",
"sliceName" : "KBV-Fachgruppe",
"definition" : "Hier wird die Fachrichtung anhand der KBV-Schlüsseltabelle S_BAR2_ARZTNRFACHGRUPPE wiedergegeben. Diese enthält die zweistellige Fachgruppencodierung für die 8.+9. Stelle der LANR (nach BAR-Schlüsselverzeichnis, Anlage 35). ",
"min" : 0,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_BAR2_ARZTNRFACHGRUPPE"
}
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.system",
"path" : "PractitionerRole.specialty.coding.system",
"min" : 1,
"patternUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE"
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.version",
"path" : "PractitionerRole.specialty.coding.version",
"min" : 1
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.code",
"path" : "PractitionerRole.specialty.coding.code",
"min" : 1
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.display",
"path" : "PractitionerRole.specialty.coding.display",
"min" : 1
},
{
"id" : "PractitionerRole.specialty.text",
"path" : "PractitionerRole.specialty.text",
"definition" : "Hier wird ein Freitext eingetragen."
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.